var net.confVal

13 uses

	net (current package)
		conf.go#L74: 	confVal  = &conf{goos: runtime.GOOS}
		conf.go#L80: 	return confVal
		conf.go#L87: 	confVal.netGo = netGoBuildTag || dnsMode == "go"
		conf.go#L88: 	confVal.netCgo = netCgoBuildTag || dnsMode == "cgo"
		conf.go#L89: 	confVal.dnsDebugLevel = debugLevel
		conf.go#L91: 	if confVal.dnsDebugLevel > 0 {
		conf.go#L93: 			if confVal.dnsDebugLevel > 1 {
		conf.go#L94: 				println("go package net: confVal.netCgo =", confVal.netCgo, " netGo =", confVal.netGo)
		conf.go#L128: 	confVal.preferCgo = false
		conf.go#L137: 		confVal.preferCgo = true
		conf.go#L153: 		confVal.preferCgo = true
		conf.go#L160: 		confVal.preferCgo = true